home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Includes1.3 / include.h / libraries / translator.h < prev   
Encoding:
C/C++ Source or Header  |  1988-07-15  |  453 b   |  18 lines

  1. #ifndef LIBRARIES_TRANSLATOR_H
  2. #define LIBRARIES_TRANSLATOR_H
  3. /*
  4. **    $Filename: libraries/translator.h $
  5. **    $Release: 1.3 $
  6. **
  7. **    Translator error return codes 
  8. **
  9. **    (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #define TR_NotUsed    -1        /* This is an oft used system rc */
  14. #define TR_NoMem    -2        /* Can't allocate memory */
  15. #define TR_MakeBad    -4        /* Error in MakeLibrary call */
  16.  
  17. #endif    /* LIBRARIES_TRANSLATOR_H */
  18.